home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Hypercard / HyperCard' More / C-D / ClassroomAdministr / Classroom Administrator / Helper / card_16631.txt < prev    next >
Encoding:
Text File  |  1988-01-06  |  3.0 KB  |  121 lines

  1. -- card: 16631 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 16137
  5. -- name: Navigating between cards
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=75 top=25 right=48 bottom=117
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 15972 / 15972
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=80 top=106 right=143 bottom=118
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 8538 / 8538
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part 5 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=85 top=314 right=336 bottom=123
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 26635 / 26635
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48.  
  49.  
  50. -- part 6 (button)
  51. -- low flags: 00
  52. -- high flags: 8003
  53. -- rect: left=6 top=185 right=209 bottom=114
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Student Profile
  62.  
  63.  
  64. -- part 7 (field)
  65. -- low flags: 00
  66. -- high flags: 2004
  67. -- rect: left=114 top=24 right=334 bottom=510
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: 
  76.  
  77.  
  78. -- part 8 (button)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=90 top=266 right=293 bottom=113
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 2162 / 2162
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: 
  90.  
  91.  
  92. -- part 9 (button)
  93. -- low flags: 00
  94. -- high flags: 8003
  95. -- rect: left=200 top=2 right=24 bottom=300
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Back to menu
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   go to first card
  107. end mouseUp
  108.  
  109.  
  110.  
  111. -- part contents for card part 7
  112. ----- text -----
  113. Attendance Icon:  From a student's grade or profile card, clicking on this button will take you directly to the student's attendance card.  From the seating chart, you will have to type in the student's name when prompted.
  114.  
  115. Grade (Magnifying Glass) Icon:  From a student's attendance or profile card, clicking on this button will take you directly to the student's grade card.  From the seating chart, you will have to type in the student's name when prompted.
  116.  
  117. Profile Button:  From a student's grade or attendance card, clicking on this button will take you directly to the student's profile card.  From the seating chart, you will have to type in the student's name when prompted.
  118.  
  119. Return Arrow:  This will always take you to the seating chart of your class
  120.  
  121. Help